home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / plydat14.arj / MAP0.PI < prev    next >
Encoding:
Text File  |  1992-03-03  |  394 b   |  18 lines

  1. # Generic Polyray input File
  2. # Polyray input file: Alexander Enzmann
  3.  
  4. # Test basic image mapping by projecting an input file onto
  5. # the background
  6.  
  7. # Set up the camera
  8. viewpoint {
  9.    from <0,0,-8>
  10.    at <0,0,0>
  11.    up <0,1,0>
  12.    angle 45
  13.    resolution 160, 160
  14.    }
  15.  
  16. # Define the background color as coming from an image file
  17. background planar_imagemap(image("m22u.tga"), P, 1)
  18.